Result
class Result(val scan_record: ScanRecord? = null, val state: ConnectionState? = null, val reason: ConnectionFailureReason? = null, unknownFields: ByteString = ByteString.EMPTY) : Message<Result, Nothing>
This type is returned by the Data Out characteristic using notifications. Scan records are returned when WiFi scanning is enabled. WiFi state is notified whenever connection state changes, or during provisioning.
Constructors
Link copied to clipboard
constructor(scan_record: ScanRecord? = null, state: ConnectionState? = null, reason: ConnectionFailureReason? = null, unknownFields: ByteString = ByteString.EMPTY)
Properties
Functions
Link copied to clipboard
fun copy(scan_record: ScanRecord? = this.scan_record, state: ConnectionState? = this.state, reason: ConnectionFailureReason? = this.reason, unknownFields: ByteString = this.unknownFields): Result
Link copied to clipboard
Link copied to clipboard